var github.com/google/go-cmp/cmp.byteType

4 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L118: 	isBytes := v.Type.Kind() == reflect.Slice && v.Type.Elem() == byteType
		report_reflect.go#L23: 	byteType   = reflect.TypeOf((*byte)(nil)).Elem()
		report_reflect.go#L215: 		if t.Elem() == byteType {
		report_slices.go#L107: 	case t.Kind() == reflect.Slice && t.Elem() == byteType: